home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / DATECOPY.BTM < prev    next >
Text File  |  1991-11-07  |  226b  |  9 lines

  1. if %@len[%1]=0 goto help
  2. copy %1 %_date.%@ext[%1]
  3. goto end
  4. :help
  5. echo DATECOPY.BTM - By Dave Navarro, Jr.
  6. echo Copy a given file to the current date.  But preserve the extention.
  7. echo Usage: DATECOPY filename.ext
  8. :end
  9.